specifies the format of dates in columns with id='start_date' or id='end_date'
date | Date | the date which needs formatting |
Available only in PRO Edition
scheduler.templates.grid_single_date = function(date){
return scheduler.templates.day_date(date)+" "+this.event_date(date);
};
The template requires the grid_view plugin to be activated.